﻿2026-06-21T23:05:57.2391516Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T23:05:57.2391914Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T23:05:57.2392153Z [36;1m$PIN = "0c95435"[0m
2026-06-21T23:05:57.2392383Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T23:05:57.2392646Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T23:05:57.2392996Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T23:05:57.2393369Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T23:05:57.2393711Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T23:05:57.2394057Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T23:05:57.2394306Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T23:05:57.2394589Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T23:05:57.2394893Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T23:05:57.2395224Z [36;1m}[0m
2026-06-21T23:05:57.2395413Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T23:05:57.2395682Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T23:05:57.2471463Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T23:05:57.2471767Z ##[endgroup]
2026-06-21T23:05:58.4437245Z    Compiling proc-macro2 v1.0.106
2026-06-21T23:05:58.4437602Z    Compiling quote v1.0.45
2026-06-21T23:05:58.4437822Z    Compiling unicode-ident v1.0.24
2026-06-21T23:05:58.4438037Z    Compiling cfg-if v1.0.4
2026-06-21T23:05:58.4438240Z    Compiling serde_core v1.0.228
2026-06-21T23:05:58.4438440Z    Compiling serde v1.0.228
2026-06-21T23:05:58.4438701Z    Compiling windows-link v0.2.1
2026-06-21T23:05:58.4439062Z    Compiling portable-atomic v1.13.1
2026-06-21T23:05:58.4439371Z    Compiling typenum v1.20.1
2026-06-21T23:05:58.4440316Z    Compiling getrandom v0.3.4
2026-06-21T23:05:58.4440725Z    Compiling version_check v0.9.5
2026-06-21T23:05:58.4441124Z    Compiling pin-project-lite v0.2.17
2026-06-21T23:05:58.4441557Z    Compiling shlex v2.0.1
2026-06-21T23:05:58.4442168Z    Compiling memchr v2.8.1
2026-06-21T23:05:58.4442527Z    Compiling critical-section v1.2.0
2026-06-21T23:05:58.4442965Z    Compiling find-msvc-tools v0.1.9
2026-06-21T23:05:58.5142817Z    Compiling windows-sys v0.61.2
2026-06-21T23:05:58.5365418Z    Compiling subtle v2.6.1
2026-06-21T23:05:58.5659497Z    Compiling equivalent v1.0.2
2026-06-21T23:05:58.5767603Z    Compiling smallvec v1.15.1
2026-06-21T23:05:58.6194863Z    Compiling futures-core v0.3.32
2026-06-21T23:05:58.7337877Z    Compiling itoa v1.0.18
2026-06-21T23:05:58.7338286Z    Compiling bytes v1.11.1
2026-06-21T23:05:58.7913224Z    Compiling semver v1.0.28
2026-06-21T23:05:58.8402465Z    Compiling stable_deref_trait v1.2.1
2026-06-21T23:05:58.8572543Z    Compiling log v0.4.32
2026-06-21T23:05:58.8751812Z    Compiling generic-array v0.14.7
2026-06-21T23:05:58.9492028Z    Compiling futures-sink v0.3.32
2026-06-21T23:05:58.9690447Z    Compiling futures-io v0.3.32
2026-06-21T23:05:59.0179975Z    Compiling rustc_version v0.4.1
2026-06-21T23:05:59.0430196Z    Compiling slab v0.4.12
2026-06-21T23:05:59.1226705Z    Compiling futures-channel v0.3.32
2026-06-21T23:05:59.1288097Z    Compiling futures-task v0.3.32
2026-06-21T23:05:59.1299589Z    Compiling rustversion v1.0.22
2026-06-21T23:05:59.2595537Z    Compiling hashbrown v0.17.1
2026-06-21T23:05:59.3748004Z    Compiling getrandom v0.2.17
2026-06-21T23:05:59.4789766Z    Compiling cpufeatures v0.2.17
2026-06-21T23:05:59.5082914Z    Compiling fnv v1.0.7
2026-06-21T23:05:59.5170908Z    Compiling libc v0.2.186
2026-06-21T23:05:59.5175021Z    Compiling strsim v0.11.1
2026-06-21T23:05:59.5510907Z    Compiling cfg_aliases v0.2.1
2026-06-21T23:05:59.5604559Z    Compiling rand_core v0.10.1
2026-06-21T23:05:59.5918492Z    Compiling writeable v0.6.3
2026-06-21T23:06:00.1457491Z    Compiling autocfg v1.5.1
2026-06-21T23:06:00.2449373Z    Compiling jobserver v0.1.34
2026-06-21T23:06:00.2581197Z    Compiling litemap v0.8.2
2026-06-21T23:06:00.2639909Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T23:06:00.3025292Z    Compiling utf8_iter v1.0.4
2026-06-21T23:06:00.3181970Z    Compiling dunce v1.0.5
2026-06-21T23:06:00.3645080Z    Compiling getrandom v0.4.2
2026-06-21T23:06:00.4491250Z    Compiling cc v1.2.63
2026-06-21T23:06:00.4898469Z    Compiling icu_properties_data v2.2.0
2026-06-21T23:06:00.5008084Z    Compiling ident_case v1.0.1
2026-06-21T23:06:00.5226809Z    Compiling fs_extra v1.3.0
2026-06-21T23:06:00.6439531Z    Compiling percent-encoding v2.3.2
2026-06-21T23:06:00.7628031Z    Compiling indexmap v2.14.0
2026-06-21T23:06:00.7902181Z    Compiling http v1.4.1
2026-06-21T23:06:00.8360242Z    Compiling syn v2.0.117
2026-06-21T23:06:00.8578859Z    Compiling aws-lc-rs v1.17.0
2026-06-21T23:06:00.8710568Z    Compiling unicode-segmentation v1.13.3
2026-06-21T23:06:00.9387909Z    Compiling crypto-common v0.1.7
2026-06-21T23:06:00.9388461Z    Compiling cpufeatures v0.3.0
2026-06-21T23:06:00.9580388Z    Compiling thiserror v2.0.18
2026-06-21T23:06:01.0431499Z    Compiling scopeguard v1.2.0
2026-06-21T23:06:01.0919345Z    Compiling chacha20 v0.10.0
2026-06-21T23:06:01.1150543Z    Compiling lock_api v0.4.14
2026-06-21T23:06:01.1561855Z    Compiling block-buffer v0.10.4
2026-06-21T23:06:01.1562481Z    Compiling form_urlencoded v1.2.2
2026-06-21T23:06:01.1751972Z    Compiling untrusted v0.9.0
2026-06-21T23:06:01.3785934Z    Compiling cmake v0.1.58
2026-06-21T23:06:01.3786450Z    Compiling winapi v0.3.9
2026-06-21T23:06:01.4485844Z    Compiling bitflags v2.12.1
2026-06-21T23:06:01.5643293Z    Compiling rand v0.10.1
2026-06-21T23:06:01.5841157Z    Compiling digest v0.10.7
2026-06-21T23:06:01.5939310Z    Compiling num-traits v0.2.19
2026-06-21T23:06:01.5950793Z    Compiling windows-strings v0.5.1
2026-06-21T23:06:01.6022581Z    Compiling windows-result v0.4.1
2026-06-21T23:06:01.6576269Z    Compiling heck v0.5.0
2026-06-21T23:06:01.7836388Z    Compiling rustls v0.23.40
2026-06-21T23:06:01.9572570Z    Compiling convert_case v0.10.0
2026-06-21T23:06:02.0434997Z    Compiling const-oid v0.10.2
2026-06-21T23:06:02.0575472Z    Compiling atomic-waker v1.1.2
2026-06-21T23:06:02.1018379Z    Compiling anyhow v1.0.102
2026-06-21T23:06:02.1334596Z    Compiling unicode-xid v0.2.6
2026-06-21T23:06:02.2070233Z    Compiling httparse v1.10.1
2026-06-21T23:06:02.2247061Z    Compiling zerocopy v0.8.50
2026-06-21T23:06:02.2261786Z    Compiling parking_lot_core v0.9.12
2026-06-21T23:06:02.2404325Z    Compiling http-body v1.0.1
2026-06-21T23:06:02.2840602Z    Compiling curve25519-dalek v4.1.3
2026-06-21T23:06:02.2983700Z    Compiling hybrid-array v0.4.12
2026-06-21T23:06:02.3291799Z    Compiling ahash v0.8.12
2026-06-21T23:06:02.4015951Z    Compiling either v1.16.0
2026-06-21T23:06:02.4190490Z    Compiling fastrand v2.4.1
2026-06-21T23:06:02.4230455Z    Compiling base64ct v1.8.3
2026-06-21T23:06:02.4481184Z    Compiling powerfmt v0.2.0
2026-06-21T23:06:02.6893102Z    Compiling aws-lc-sys v0.41.0
2026-06-21T23:06:02.6991055Z    Compiling ring v0.17.14
2026-06-21T23:06:02.7412768Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T23:06:02.7585045Z    Compiling deranged v0.5.8
2026-06-21T23:06:02.7801588Z    Compiling rand_core v0.6.4
2026-06-21T23:06:02.8803783Z    Compiling tower-service v0.3.3
2026-06-21T23:06:02.9315283Z    Compiling time-core v0.1.8
2026-06-21T23:06:02.9602252Z    Compiling vcpkg v0.2.15
2026-06-21T23:06:03.0240890Z    Compiling zmij v1.0.21
2026-06-21T23:06:03.1484130Z    Compiling try-lock v0.2.5
2026-06-21T23:06:03.1790009Z    Compiling base64 v0.22.1
2026-06-21T23:06:03.2463711Z    Compiling pkg-config v0.3.33
2026-06-21T23:06:03.2713701Z    Compiling data-encoding v2.11.0
2026-06-21T23:06:03.3126921Z    Compiling num-conv v0.2.2
2026-06-21T23:06:03.3676094Z    Compiling tinyvec_macros v0.1.1
2026-06-21T23:06:03.4515399Z    Compiling tinyvec v1.11.0
2026-06-21T23:06:03.4522053Z    Compiling want v0.3.1
2026-06-21T23:06:03.4995817Z    Compiling parking_lot v0.12.5
2026-06-21T23:06:03.5328070Z    Compiling block-buffer v0.12.0
2026-06-21T23:06:03.5466032Z    Compiling crypto-common v0.2.2
2026-06-21T23:06:03.6717843Z    Compiling sha2 v0.10.9
2026-06-21T23:06:03.7648934Z    Compiling vergen-lib v9.1.0
2026-06-21T23:06:03.7946715Z    Compiling inout v0.1.4
2026-06-21T23:06:03.8801195Z    Compiling n0-future v0.3.2
2026-06-21T23:06:03.9950523Z    Compiling parking v2.2.1
2026-06-21T23:06:03.9950995Z    Compiling httpdate v1.0.3
2026-06-21T23:06:04.0319068Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T23:06:04.1045920Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T23:06:04.1187378Z    Compiling serde_json v1.0.150
2026-06-21T23:06:04.1968794Z    Compiling signature v2.2.0
2026-06-21T23:06:04.2181625Z    Compiling cordyceps v0.3.4
2026-06-21T23:06:04.2354401Z    Compiling diatomic-waker v0.2.3
2026-06-21T23:06:04.2535066Z    Compiling spin v0.10.0
2026-06-21T23:06:04.3051263Z    Compiling crossbeam-utils v0.8.21
2026-06-21T23:06:04.3602629Z    Compiling winnow v1.0.3
2026-06-21T23:06:04.4175835Z    Compiling digest v0.11.3
2026-06-21T23:06:04.4335015Z    Compiling ed25519 v2.2.3
2026-06-21T23:06:04.5647457Z    Compiling futures-buffered v0.2.13
2026-06-21T23:06:04.6173950Z    Compiling futures-lite v2.6.1
2026-06-21T23:06:04.6616942Z    Compiling cipher v0.4.4
2026-06-21T23:06:04.6625683Z    Compiling synstructure v0.13.2
2026-06-21T23:06:04.7065707Z    Compiling darling_core v0.20.11
2026-06-21T23:06:04.8714070Z    Compiling vergen-lib v0.1.6
2026-06-21T23:06:04.9145940Z    Compiling vergen v9.1.0
2026-06-21T23:06:04.9834196Z    Compiling universal-hash v0.5.1
2026-06-21T23:06:05.0184893Z    Compiling noq-udp v0.10.0
2026-06-21T23:06:05.1499611Z    Compiling heapless v0.7.17
2026-06-21T23:06:05.1742987Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T23:06:05.2032981Z    Compiling sync_wrapper v1.0.2
2026-06-21T23:06:05.2033489Z    Compiling opaque-debug v0.3.1
2026-06-21T23:06:05.2146425Z    Compiling allocator-api2 v0.2.21
2026-06-21T23:06:05.3450372Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T23:06:05.3786576Z    Compiling byteorder v1.5.0
2026-06-21T23:06:05.5735634Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T23:06:05.5935294Z    Compiling hash32 v0.2.1
2026-06-21T23:06:05.5973693Z    Compiling polyval v0.6.2
2026-06-21T23:06:05.7221681Z    Compiling spin v0.9.8
2026-06-21T23:06:05.7543136Z    Compiling vergen-gitcl v1.0.8
2026-06-21T23:06:05.8626176Z    Compiling windows-threading v0.2.1
2026-06-21T23:06:05.8965080Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T23:06:05.9675445Z    Compiling socket2 v0.6.4
2026-06-21T23:06:06.0430933Z    Compiling mio v1.2.1
2026-06-21T23:06:06.0604075Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T23:06:06.0786953Z    Compiling signature v3.0.0
2026-06-21T23:06:06.0876253Z    Compiling tower-layer v0.3.3
2026-06-21T23:06:06.2578953Z    Compiling fallible-iterator v0.3.0
2026-06-21T23:06:06.3209807Z    Compiling ryu v1.0.23
2026-06-21T23:06:06.5486013Z    Compiling windows-targets v0.52.6
2026-06-21T23:06:06.6161991Z    Compiling ghash v0.5.1
2026-06-21T23:06:06.6280567Z    Compiling aes v0.8.4
2026-06-21T23:06:06.6785470Z    Compiling ctr v0.9.2
2026-06-21T23:06:06.6826434Z    Compiling fs2 v0.4.3
2026-06-21T23:06:06.6966375Z    Compiling proc-macro-crate v3.5.0
2026-06-21T23:06:06.7587591Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T23:06:06.7962292Z    Compiling time v0.3.47
2026-06-21T23:06:06.8667917Z    Compiling http-body-util v0.1.3
2026-06-21T23:06:06.9269865Z    Compiling aead v0.5.2
2026-06-21T23:06:07.0864785Z    Compiling widestring v1.2.1
2026-06-21T23:06:07.1654348Z    Compiling ipconfig v0.3.4
2026-06-21T23:06:07.1990263Z    Compiling serde_derive v1.0.228
2026-06-21T23:06:07.2458371Z    Compiling zeroize_derive v1.4.3
2026-06-21T23:06:07.3614190Z    Compiling zerofrom-derive v0.1.7
2026-06-21T23:06:07.3885262Z    Compiling yoke-derive v0.8.2
2026-06-21T23:06:07.3950137Z    Compiling tokio-macros v2.7.0
2026-06-21T23:06:07.4369491Z    Compiling futures-macro v0.3.32
2026-06-21T23:06:07.4370189Z    Compiling zerovec-derive v0.11.3
2026-06-21T23:06:07.5294979Z    Compiling displaydoc v0.2.6
2026-06-21T23:06:07.7688499Z    Compiling tracing-attributes v0.1.31
2026-06-21T23:06:08.0107348Z    Compiling thiserror-impl v2.0.18
2026-06-21T23:06:08.0252167Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T23:06:08.0369986Z    Compiling zeroize v1.8.2
2026-06-21T23:06:08.1999512Z    Compiling darling_macro v0.20.11
2026-06-21T23:06:08.2738384Z    Compiling tokio v1.52.3
2026-06-21T23:06:08.4002702Z    Compiling rustls-pki-types v1.14.1
2026-06-21T23:06:08.4441909Z    Compiling futures-util v0.3.32
2026-06-21T23:06:08.5344211Z    Compiling derive_more-impl v2.1.1
2026-06-21T23:06:08.7560224Z    Compiling darling v0.20.11
2026-06-21T23:06:08.7652432Z    Compiling spez v0.1.2
2026-06-21T23:06:08.7933592Z    Compiling n0-error-macros v0.1.3
2026-06-21T23:06:08.9525876Z    Compiling windows-interface v0.59.3
2026-06-21T23:06:08.9629092Z    Compiling derive_builder_core v0.20.2
2026-06-21T23:06:08.9864221Z    Compiling windows-implement v0.60.2
2026-06-21T23:06:09.1793480Z    Compiling zerofrom v0.1.8
2026-06-21T23:06:09.1983221Z    Compiling der v0.8.0-rc.10
2026-06-21T23:06:09.2884804Z    Compiling pin-project-internal v1.1.13
2026-06-21T23:06:09.5127443Z    Compiling yoke v0.8.3
2026-06-21T23:06:09.5837032Z    Compiling postcard-derive v0.2.2
2026-06-21T23:06:09.8598365Z    Compiling zerovec v0.11.6
2026-06-21T23:06:09.8650065Z    Compiling zerotrie v0.2.4
2026-06-21T23:06:09.8933058Z    Compiling n0-error v0.1.3
2026-06-21T23:06:09.9251542Z    Compiling windows-core v0.62.2
2026-06-21T23:06:10.0645066Z    Compiling cobs v0.3.0
2026-06-21T23:06:10.2471005Z    Compiling derive_builder_macro v0.20.2
2026-06-21T23:06:10.2642836Z    Compiling ed25519-dalek v2.2.0
2026-06-21T23:06:10.3151109Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T23:06:10.3474036Z    Compiling spki v0.8.0-rc.4
2026-06-21T23:06:10.5200337Z    Compiling tinystr v0.8.3
2026-06-21T23:06:10.5967566Z    Compiling potential_utf v0.1.5
2026-06-21T23:06:10.6485135Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T23:06:10.6641786Z    Compiling windows-future v0.3.2
2026-06-21T23:06:10.7181256Z    Compiling icu_locale_core v2.2.0
2026-06-21T23:06:10.7919271Z    Compiling icu_collections v2.2.0
2026-06-21T23:06:10.7919788Z    Compiling derive_builder v0.20.2
2026-06-21T23:06:10.8501269Z    Compiling pin-project v1.1.13
2026-06-21T23:06:10.8702322Z    Compiling windows-collections v0.3.2
2026-06-21T23:06:10.8945616Z    Compiling windows-numerics v0.3.1
2026-06-21T23:06:10.9043659Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T23:06:11.1517512Z    Compiling data-encoding-macro v0.1.20
2026-06-21T23:06:11.1817347Z    Compiling num_enum_derive v0.7.6
2026-06-21T23:06:11.3464961Z    Compiling futures-executor v0.3.32
2026-06-21T23:06:11.4501733Z    Compiling windows v0.62.2
2026-06-21T23:06:11.4751003Z    Compiling async-trait v0.1.89
2026-06-21T23:06:11.5329379Z    Compiling futures v0.3.32
2026-06-21T23:06:11.5486972Z    Compiling enum-assoc v1.3.0
2026-06-21T23:06:11.5798664Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T23:06:11.7119958Z    Compiling strum_macros v0.28.0
2026-06-21T23:06:11.7447328Z    Compiling icu_provider v2.2.0
2026-06-21T23:06:11.7840944Z    Compiling aes-gcm v0.10.3
2026-06-21T23:06:11.7961342Z    Compiling windows-sys v0.59.0
2026-06-21T23:06:12.0903090Z    Compiling icu_properties v2.2.0
2026-06-21T23:06:12.1879410Z    Compiling icu_normalizer v2.2.0
2026-06-21T23:06:12.2184677Z    Compiling ipnet v2.12.0
2026-06-21T23:06:12.2863947Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T23:06:12.4903378Z    Compiling tokio-util v0.7.18
2026-06-21T23:06:12.5388299Z    Compiling once_cell v1.21.4
2026-06-21T23:06:12.6311513Z    Compiling prefix-trie v0.8.4
2026-06-21T23:06:12.7737706Z    Compiling tracing-core v0.1.36
2026-06-21T23:06:13.0557187Z    Compiling derive_more v2.1.1
2026-06-21T23:06:13.1566078Z    Compiling hashbrown v0.14.5
2026-06-21T23:06:13.1608511Z    Compiling tower v0.5.3
2026-06-21T23:06:13.1832539Z    Compiling tracing v0.1.44
2026-06-21T23:06:13.3035108Z    Compiling idna_adapter v1.2.2
2026-06-21T23:06:13.3493645Z    Compiling postcard v1.1.3
2026-06-21T23:06:13.3659533Z    Compiling chrono v0.4.45
2026-06-21T23:06:13.4926816Z    Compiling idna v1.1.0
2026-06-21T23:06:14.1019583Z    Compiling h2 v0.4.14
2026-06-21T23:06:14.1234719Z    Compiling url v2.5.8
2026-06-21T23:06:14.2791913Z    Compiling hashlink v0.9.1
2026-06-21T23:06:14.3109669Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T23:06:14.3423621Z    Compiling crossbeam-channel v0.5.15
2026-06-21T23:06:14.3689108Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T23:06:14.4237448Z    Compiling blake3 v1.8.5
2026-06-21T23:06:14.6777314Z    Compiling rusqlite v0.32.1
2026-06-21T23:06:14.7047922Z    Compiling windows-registry v0.6.1
2026-06-21T23:06:14.7507609Z    Compiling uuid v1.23.2
2026-06-21T23:06:14.8601420Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T23:06:14.8866337Z    Compiling memoffset v0.6.5
2026-06-21T23:06:14.9405721Z    Compiling noq v0.18.0
2026-06-21T23:06:15.0079881Z    Compiling netwatch v0.16.0
2026-06-21T23:06:15.0550753Z    Compiling acto v0.8.2
2026-06-21T23:06:15.0551201Z    Compiling mac-addr v0.3.0
2026-06-21T23:06:15.0592821Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T23:06:15.1614298Z    Compiling identity-hash v0.1.0
2026-06-21T23:06:15.1884339Z    Compiling thiserror v1.0.69
2026-06-21T23:06:15.2194478Z    Compiling foldhash v0.2.0
2026-06-21T23:06:15.2696526Z    Compiling rustc-hash v2.1.2
2026-06-21T23:06:15.3142999Z    Compiling tagptr v0.2.0
2026-06-21T23:06:15.3170890Z    Compiling xml-rs v0.8.28
2026-06-21T23:06:15.3332099Z    Compiling lru-slab v0.1.2
2026-06-21T23:06:15.3456698Z    Compiling ref-cast v1.0.25
2026-06-21T23:06:15.4065698Z    Compiling hashbrown v0.16.1
2026-06-21T23:06:15.4299299Z    Compiling moka v0.12.15
2026-06-21T23:06:15.4790676Z    Compiling netdev v0.42.0
2026-06-21T23:06:15.5641901Z    Compiling strum v0.28.0
2026-06-21T23:06:15.6964360Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T23:06:15.8744601Z    Compiling iroh-base v0.98.0
2026-06-21T23:06:15.9105295Z    Compiling xmltree v0.10.3
2026-06-21T23:06:16.0009382Z    Compiling tower-http v0.6.11
2026-06-21T23:06:16.1519773Z    Compiling attohttpc v0.30.1
2026-06-21T23:06:16.2020665Z    Compiling iroh-metrics v0.38.3
2026-06-21T23:06:16.2461815Z    Compiling n0-watcher v0.6.1
2026-06-21T23:06:16.3490004Z    Compiling tokio-stream v0.1.18
2026-06-21T23:06:16.4423630Z    Compiling num_enum v0.7.6
2026-06-21T23:06:16.5305689Z    Compiling iroh-relay v0.98.0
2026-06-21T23:06:16.5450137Z    Compiling toml_datetime v0.6.11
2026-06-21T23:06:16.5707421Z    Compiling serde_spanned v0.6.9
2026-06-21T23:06:16.5991436Z    Compiling ref-cast-impl v1.0.25
2026-06-21T23:06:16.6414272Z    Compiling thiserror-impl v1.0.69
2026-06-21T23:06:16.7397400Z    Compiling serde_derive_internals v0.29.1
2026-06-21T23:06:16.8899382Z    Compiling simple-dns v0.9.3
2026-06-21T23:06:17.0042088Z    Compiling serial-core v0.4.0
2026-06-21T23:06:17.0941430Z    Compiling aho-corasick v1.1.4
2026-06-21T23:06:17.1773165Z    Compiling arrayref v0.3.9
2026-06-21T23:06:17.2475566Z    Compiling winnow v0.7.15
2026-06-21T23:06:17.2693100Z    Compiling toml_write v0.1.2
2026-06-21T23:06:17.2752905Z    Compiling constant_time_eq v0.4.2
2026-06-21T23:06:17.4935265Z    Compiling simdutf8 v0.1.5
2026-06-21T23:06:17.5053772Z    Compiling resolv-conf v0.7.6
2026-06-21T23:06:17.5585006Z    Compiling sha1_smol v1.0.1
2026-06-21T23:06:17.6243494Z    Compiling winreg v0.10.1
2026-06-21T23:06:17.7097624Z    Compiling arrayvec v0.7.6
2026-06-21T23:06:17.8436027Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T23:06:17.8563006Z    Compiling regex-syntax v0.8.10
2026-06-21T23:06:17.9423332Z    Compiling smol_str v0.1.24
2026-06-21T23:06:18.0142734Z    Compiling schemars_derive v1.2.1
2026-06-21T23:06:18.2889293Z    Compiling hyper v1.10.1
2026-06-21T23:06:18.3764794Z    Compiling iroh-dns v0.98.0
2026-06-21T23:06:18.7174307Z    Compiling serial-windows v0.4.0
2026-06-21T23:06:18.9081622Z    Compiling lru v0.16.4
2026-06-21T23:06:18.9501148Z    Compiling toml_edit v0.22.27
2026-06-21T23:06:19.0948688Z    Compiling webpki-roots v1.0.7
2026-06-21T23:06:19.1704495Z    Compiling seize v0.5.1
2026-06-21T23:06:19.2701831Z    Compiling darling_core v0.23.0
2026-06-21T23:06:19.2702352Z    Compiling hmac v0.12.1
2026-06-21T23:06:19.2854862Z    Compiling serde_bytes v0.11.19
2026-06-21T23:06:19.3171362Z    Compiling iroh v0.98.2
2026-06-21T23:06:19.4437194Z    Compiling bitflags v1.3.2
2026-06-21T23:06:19.6259070Z    Compiling hyper-util v0.1.20
2026-06-21T23:06:19.6491954Z    Compiling lazy_static v1.5.0
2026-06-21T23:06:19.7371902Z    Compiling cmov v0.5.4
2026-06-21T23:06:19.7552308Z    Compiling dyn-clone v1.0.20
2026-06-21T23:06:19.7918731Z    Compiling utf8parse v0.2.2
2026-06-21T23:06:19.8191749Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T23:06:19.9850937Z    Compiling regex-automata v0.4.14
2026-06-21T23:06:19.9851916Z    Compiling anstyle v1.0.14
2026-06-21T23:06:20.0155166Z    Compiling pin-utils v0.1.0
2026-06-21T23:06:20.0419900Z    Compiling ctutils v0.4.2
2026-06-21T23:06:20.1377695Z    Compiling schemars v1.2.1
2026-06-21T23:06:20.2002651Z    Compiling nix v0.25.1
2026-06-21T23:06:20.3803974Z    Compiling anstyle-wincon v3.0.11
2026-06-21T23:06:20.3804533Z    Compiling anstyle-parse v1.0.0
2026-06-21T23:06:20.3945384Z    Compiling shared_library v0.1.9
2026-06-21T23:06:20.6077073Z    Compiling papaya v0.2.4
2026-06-21T23:06:20.6290721Z    Compiling hkdf v0.12.4
2026-06-21T23:06:20.6458112Z    Compiling serial v0.4.0
2026-06-21T23:06:20.7615760Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T23:06:20.7868046Z    Compiling filedescriptor v0.8.3
2026-06-21T23:06:20.8221316Z    Compiling backon v1.6.0
2026-06-21T23:06:20.8875233Z    Compiling toml v0.8.23
2026-06-21T23:06:20.9732922Z    Compiling anstyle-query v1.1.5
2026-06-21T23:06:21.0820307Z    Compiling igd-next v0.17.1
2026-06-21T23:06:21.1318664Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T23:06:21.1673658Z    Compiling paste v1.0.15
2026-06-21T23:06:21.1674161Z    Compiling downcast-rs v1.2.1
2026-06-21T23:06:21.2753430Z    Compiling instability v0.3.12
2026-06-21T23:06:21.3389562Z    Compiling shell-words v1.1.1
2026-06-21T23:06:21.3970329Z    Compiling foldhash v0.1.5
2026-06-21T23:06:21.5370071Z    Compiling wmi v0.18.4
2026-06-21T23:06:21.5493676Z    Compiling colorchoice v1.0.5
2026-06-21T23:06:21.6108413Z    Compiling anstream v1.0.0
2026-06-21T23:06:21.7059131Z    Compiling hashbrown v0.15.5
2026-06-21T23:06:21.7589197Z    Compiling portable-pty v0.8.1
2026-06-21T23:06:21.9956099Z    Compiling spake2 v0.4.0
2026-06-21T23:06:22.2889448Z    Compiling regex v1.12.3
2026-06-21T23:06:22.5290488Z    Compiling strum_macros v0.26.4
2026-06-21T23:06:22.5450100Z    Compiling terminal_size v0.4.4
2026-06-21T23:06:22.5783948Z    Compiling crossterm_winapi v0.9.1
2026-06-21T23:06:22.8610984Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T23:06:23.0469747Z    Compiling itertools v0.13.0
2026-06-21T23:06:23.0557782Z    Compiling darling_macro v0.23.0
2026-06-21T23:06:23.1276076Z    Compiling sha1 v0.10.6
2026-06-21T23:06:23.1578735Z    Compiling castaway v0.2.4
2026-06-21T23:06:23.3527363Z    Compiling portmapper v0.16.0
2026-06-21T23:06:23.4937675Z    Compiling clap_lex v1.1.0
2026-06-21T23:06:23.5383968Z    Compiling recvmsg v1.0.0
2026-06-21T23:06:24.1697031Z    Compiling darling v0.23.0
2026-06-21T23:06:24.2794472Z    Compiling static_assertions v1.1.0
2026-06-21T23:06:24.3253456Z    Compiling unicode-width v0.1.14
2026-06-21T23:06:24.3440579Z    Compiling doctest-file v1.1.1
2026-06-21T23:06:24.4561073Z    Compiling indoc v2.0.7
2026-06-21T23:06:24.4648701Z    Compiling compact_str v0.8.2
2026-06-21T23:06:24.5065628Z    Compiling clap_builder v4.6.0
2026-06-21T23:06:24.6427477Z    Compiling unicode-truncate v1.1.0
2026-06-21T23:06:24.8625982Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T23:06:24.9986755Z    Compiling interprocess v2.4.2
2026-06-21T23:06:25.2371647Z    Compiling crossterm v0.28.1
2026-06-21T23:06:25.4304223Z    Compiling strum v0.26.3
2026-06-21T23:06:25.4330433Z    Compiling lru v0.12.5
2026-06-21T23:06:25.4484797Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T23:06:25.7323578Z    Compiling clap_derive v4.6.1
2026-06-21T23:06:25.9500667Z    Compiling error-code v3.3.2
2026-06-21T23:06:25.9775412Z    Compiling cassowary v0.3.0
2026-06-21T23:06:26.1425017Z    Compiling unicode-width v0.2.0
2026-06-21T23:06:26.3598681Z    Compiling clipboard-win v5.4.1
2026-06-21T23:06:26.4515024Z    Compiling ratatui v0.29.0
2026-06-21T23:06:26.4618656Z    Compiling nucleo-matcher v0.3.1
2026-06-21T23:06:26.5667947Z    Compiling qrcode v0.14.1
2026-06-21T23:06:26.6875669Z    Compiling tempfile v3.27.0
2026-06-21T23:06:27.8496667Z    Compiling clap v4.6.1
2026-06-21T23:06:39.1931687Z    Compiling rustls-webpki v0.103.13
2026-06-21T23:06:41.4797491Z    Compiling tokio-rustls v0.26.4
2026-06-21T23:06:41.4797868Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T23:06:41.4798141Z    Compiling noq-proto v0.17.0
2026-06-21T23:06:41.6351819Z    Compiling hyper-rustls v0.27.9
2026-06-21T23:06:41.6352291Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T23:06:41.6352546Z    Compiling tokio-websockets v0.13.2
2026-06-21T23:06:41.7767882Z    Compiling reqwest v0.13.4
2026-06-21T23:06:42.7808589Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T23:06:59.6528998Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T23:07:01.0884127Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T23:07:10.3987497Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T23:07:17.2271759Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 19s
2026-06-21T23:07:17.2494974Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T23:07:17.3014777Z 
2026-06-21T23:07:17.3015511Z running 1 test
2026-06-21T23:07:24.4946962Z test new_brain_serves_against_old_broker ... ok
2026-06-21T23:07:24.4947208Z 
2026-06-21T23:07:24.4947402Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.19s
2026-06-21T23:07:24.4947701Z 
